void add_to_bsp()
None
This function adds the current object to the bsp tree. The current object position in 3D world space (pos) is used to find the bsp node the object is in and the object is added to that node's elements linked list.